home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / pcbnet24.arc / PCBNET.DOC < prev    next >
Text File  |  1990-12-27  |  6KB  |  132 lines

  1.           PCBoard 14.5 Net Scan Conference Mail Waiting Flags Program
  2.  
  3. Description:  This program will update Mail Waiting flags for specific
  4.               users who have mail waiting in any conference.  This program
  5.               should be used for EchoMail type conferences (Although you
  6.               can use it whenever you want).
  7.  
  8. WHY Use It:   If you are like me and carry Echo Mail Conferences (ILink,
  9.               MetroLink, PCRelay, FidoNet, etc.) most of the software
  10.               out there will not update the Mail Waiting Flags for your
  11.               Users when they have mail.  This program *WILL* do it and
  12.               it is VERY FAST.
  13.  
  14. WHAT Happens: After you run PCBNet, and it finds a user in your NDX files,
  15.               it will update the Mail Waiting Flags both in the USERS and
  16.               USERS.INF file for each specific conference.
  17.  
  18.               When the user logs onto your BBS they will be notified that
  19.               they have MAIL WAITING in that specific conference.  Is nice
  20.               to know if you finally got that message to a reply.
  21.  
  22. VERY IMPORTANT:  Please Read
  23. ----------------------------------------------------------------------------
  24. 1)  Be sure you use the /INIT parameter to properly setup everything.  If
  25.     you don't, strange things can happen and will probably cause you
  26.     heartache.  I've done everything I can to avoid such things, but
  27.     all machines seem to work differently because of configurations.
  28.  
  29.     If you were using a previous version of PCBNet, you will need to use
  30.     the /INIT option to properly setup PCBNet.  Do it now!!
  31.  
  32. 2)  When you have been using PCBNet for a while and you ADD or DELETE
  33. conferences, you will need to use the /INIT option and the /H option
  34. BEFORE running your EVENT for Echo Mail.  The PCBNET.NET file is created
  35. in your directory where you run PCBNET.EXE (Unless you use the /NET option).
  36.  
  37. NOTE:  If you use the /NET option, be sure you use it with the /INIT.
  38. ----------------------------------------------------------------------------
  39.  
  40.   In order to properly use this program you *MUST* pass at least one
  41. command line switches to it:
  42.  
  43.   The command line switches look like this:
  44.  
  45.    /INIT              Use for First time Initialization on PCBNet 2.2.
  46.                       If you were using a previous version of PCBNet
  47.                       you NEED to use this option for proper option.
  48.  
  49.    /C:l-h             l means LOW conference number, h means HIGH conference
  50.                       number.
  51.  
  52. *  /H                 Set Your PCBNET.NET file to the HIGH message number in
  53.                       each conference.
  54.  
  55.    /NET:path/name     example would be:  /NET:C:\UTILS\PCBNET\PCBNET.NET
  56.  
  57. * Note:  If you do not use one of these switches, the default is the LOW
  58.          command line switch if I can't find your PCBNET.NET file.
  59.  
  60.  Note2:   The PCBNET.NET file is 4 byte times the number of conferences
  61.           (Including the main board) in file length.
  62.  
  63.  
  64. Valid Examples:
  65.  
  66.   FIRST TIME INITIALIZATION
  67.   -------------------------
  68.  
  69.   PCBNet /INIT /C:200-300    - This would create the proper PCBNET file and
  70.                                then would scan all conferences starting with
  71.                                LOW message number.
  72.  
  73.   PCBNet /INIT /H /C:200-300 - This would create the proper PCBNET file and
  74.                                then would scan all conferences starting with
  75.                                HIGH Message number.
  76.  
  77.  
  78.   USE THESE AFTER FIRST TIME INITIALIZATION
  79.   -----------------------------------------
  80.  
  81.   PCBNet /C:1-2000    - Would Scan Conferences 1 - 2000 Updating Mail Waiting
  82.                         Flags
  83.  
  84.   PCBNet /C:5-20      - Would Scan Conferences 5 - 20 Updating Mail Waiting
  85.                         Flags
  86.  
  87. INVALID EXAMPLES:
  88.  
  89.   PCBNet /C:1             (Needs a High Number Also)
  90.   PCBNet /C:50-4          (Must start with Low and then High Numbers)
  91.   PCBNet /C:1-20;50-100   (You can only pass ONE Low and ONE High Number)
  92.  
  93.  
  94. What directory do you run it from?
  95.  
  96.   PCBNet *MUST* be run from a directory that contains your PCBOARD.DAT file
  97. and in most cases, you use this program in an EVENT (Except for first time
  98. inialization).
  99.  
  100. First Time Initialization:
  101.  
  102.   For first time initialization, you should be running it from the DOS Prompt
  103. (In other words, you should monitor it).  You have two options at the DOS
  104. Prompt:
  105.  
  106.   1) PCBNet /c:l-h /L  (l & h specify the conferences to use on, while /L
  107.                         means to start with the Low Conference MESSAGE
  108.                         Number).  When using the /L switch, it is possible
  109.                         that your users mail waiting flags will be updated
  110.                         *IF* a message is addressed to them.  I suggest you
  111.                         use the /H switch upon initialization.
  112.  
  113.   2) PCBNet /c:l-h /H  (l & h specify the conferences to use on, while /H
  114.                         means to start with the High Conference MESSAGE
  115.                         NUMBER).  When using the /H switch, none of your users
  116.                         will be flag for mail upon initialization.
  117.  
  118. Event Running:
  119.  
  120.   Once you have used the first time initialization, you should append this
  121. example to your EVENT.SYS file:
  122.  
  123. C:
  124. CD \PCB
  125. PCBNet /c:l-h
  126. rem note l-h are the conferences you want to check for mail for your users.
  127.  
  128. Hopefully these documents are a little better.  If you are having problems,
  129. please leave a comment on Salt Air to Cam DeBuck (Salt Air Support Staff).
  130.  
  131. p.s.  If you would like to enhance the documentation for further explaining,
  132. please do so and upload the new one to me for posting <grin>.